PSizeBump(eBump cHowMuch);
kBumpUpOne to bump the type up to the next whole sizeLayout view only. The PSizeBump command works only in layout view.
kBumpDownOne to bump the type down to the next whole size
kBumpUpNext to bump type up to the next standard size on the Size submenu
kBumpDownNext to bump type down to the next standard size on the Size submenu
Examples. Assuming the currently selected text is 11.5 points, this example increases its size to the next whole point size (12 points).
PSelect(1);
PTextEdit();
PTextSelect(kTextAmtWordFor);
PSizeBump(kBumpUpOne);
Assuming the currently selected text is 14 points, this example decreases
its size to the next smaller standard size on the Size menu (12 points).
PSizeBump(kBumpDownNext);
The PGetSize query
Adobe PageMaker 6.5 Help > Commands > Type > Size
Comments or suggestions? Contact Adobe Developer Support